home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_116 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  143 b   |  10 lines

  1. on(release){
  2.    thismonth -= "1";
  3.    if(thismonth == "0")
  4.    {
  5.       thismonth = "12";
  6.       thisyear -= "1";
  7.    }
  8.    call("init");
  9. }
  10.